runtime.notifyList.lock (field)
10 uses
runtime (current package)
sema.go#L562: lock mutex
sema.go#L589: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L593: unlock(&l.lock)
sema.go#L617: goparkunlock(&l.lock, waitReasonSyncCondWait, traceBlockCondWait, 3)
sema.go#L640: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L650: unlock(&l.lock)
sema.go#L675: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L680: unlock(&l.lock)
sema.go#L711: unlock(&l.lock)
sema.go#L721: unlock(&l.lock)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)